home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1999 February
/
EnigmA AMIGA RUN 34 (1999)(G.R. Edizioni)(IT)[!][issue 1999-02].iso
/
earcd
/
devel
/
wild
/
include
/
clib
/
wildengineer_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-01-01
|
586b
|
16 lines
#ifndef CLIB_WILDENGINEER_H
#define CLIB_WILDENGINEER_H
#include <misc/wildengineer.h>
struct WEModuleInfo *weHaveModuleInfo(struct TagItem *tags);
void weFreeModuleInfo(struct WEModuleInfo *mi);
struct WEBestModules *weHaveBestModules(struct TagItem *tags);
void weFreeBestModules(struct WEBestModules *bm);
struct WEEngineCheck *weHaveEngineCheck(struct TagItem *tags);
void weFreeEngineCheck(struct WEEngineCheck *bm);
void weRepairEngine(struct WEBestModules *bm);
struct WildModule *weLoadModule(struct TagItem *tags);
void weKillModule(struct WildModule *mod);
#endif